added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / VBASPNETLocalization / GlobalResources.aspx.designer.vb
blob9738d0a9046dbd8b3ca45ff23e2ad11dae9977a4
1 '------------------------------------------------------------------------------
2 ' <auto-generated>
3 ' This code was generated by a tool.
4 ' Runtime Version:2.0.50727.3082
6 ' Changes to this file may cause incorrect behavior and will be lost if
7 ' the code is regenerated.
8 ' </auto-generated>
9 '------------------------------------------------------------------------------
11 Option Strict On
12 Option Explicit On
16 Partial Public Class GlobalResources
18 '''<summary>
19 '''form2 control.
20 '''</summary>
21 '''<remarks>
22 '''Auto-generated field.
23 '''To modify move field declaration from designer file to code-behind file.
24 '''</remarks>
25 Protected WithEvents form2 As Global.System.Web.UI.HtmlControls.HtmlForm
27 '''<summary>
28 '''ddlLanguage control.
29 '''</summary>
30 '''<remarks>
31 '''Auto-generated field.
32 '''To modify move field declaration from designer file to code-behind file.
33 '''</remarks>
34 Protected WithEvents ddlLanguage As Global.System.Web.UI.WebControls.DropDownList
36 '''<summary>
37 '''Button1 control.
38 '''</summary>
39 '''<remarks>
40 '''Auto-generated field.
41 '''To modify move field declaration from designer file to code-behind file.
42 '''</remarks>
43 Protected WithEvents Button1 As Global.System.Web.UI.WebControls.Button
45 '''<summary>
46 '''Label1 control.
47 '''</summary>
48 '''<remarks>
49 '''Auto-generated field.
50 '''To modify move field declaration from designer file to code-behind file.
51 '''</remarks>
52 Protected WithEvents Label1 As Global.System.Web.UI.WebControls.Label
54 '''<summary>
55 '''lblGlobal control.
56 '''</summary>
57 '''<remarks>
58 '''Auto-generated field.
59 '''To modify move field declaration from designer file to code-behind file.
60 '''</remarks>
61 Protected WithEvents lblGlobal As Global.System.Web.UI.WebControls.Label
62 End Class